@charset "utf-8";
/* CSS Document */

#gotop {
    display: inline;
    position: fixed;
    right:20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
	/*
	font-family:Arial;
	background: #ffffff;
    color:#006dc3;
    cursor: pointer;
	border-bottom: 1px solid #006dc3;
  	border-left: 1px solid #32373e;
 	border-right: 1px solid #32373e;
	border-top: 1px solid #32373e;*/
}